home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / Installer SDK Cornucopia 1.0.2 / Tools / Experimental / InstallTalk 1.0d1c1 / Fat Example w⁄InstallTalk / fat global < prev    next >
Encoding:
Text File  |  1996-03-22  |  381 b   |  7 lines  |  [TEXT/MPS ]

  1. set tgtAppExists to CheckFileRsrcForkExists( kApplicationFile )
  2. set sixtyEightKCodeIsPresent to tgtAppExists and CheckFileContainsRsrcByID( kApplicationFile, 'CODE', 2 )
  3. set powerPCCodeIsPresent to tgtAppExists and CheckFileContainsRsrcByID( kApplicationFile, 'cfrg', 0 )
  4. set externalVolSelected to not CheckRuleFunction( 9000 )
  5. set machineHasPowerPC to CheckGestalt( 'sysa', 2 )
  6.  
  7.